@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ex: <http://example.org/iadopt/challenge/> .
@prefix iopp: <https://w3id.org/iadopt/pattern/> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix uom: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix patt: <http://example.org/iadopt/pattern> .

ex:
    a 
        iop:Variable ;
    rdfs:label 
        "Northward velocity uncertainty of water current in the water body by high frequency radar" ;
    rdfs:comment 
        """Uncertainty expressed using confidence interval of the component of the sea surface current velocity that is directed northward.""" ;
    ex:issue "https://github.com/mabablue/I-ADOPT-examples-playground/issues/43" ;
    iop:hasObjectOfInterest 
        _:b0 ;
    iop:hasProperty 
        <https://www.wikidata.org/entity/Q208498> .

_:b0
    a 
        iop:Entity ;
    rdfs:label 
        "northward linear velocity of water" .

<https://www.wikidata.org/entity/Q208498>
    a 
        iop:Property ;
    rdfs:label 
        "confidence interval" .
